/* ************************************************* */
body { 
    font-family: 'Inter', sans-serif;
    background-color: rgba(73, 73, 73, 0.027);
  } 
 
  /* ************************************************** */
  /* progress bar */
  .progress, .progress-bar { 
    position: fixed; bottom: 0;  left: 0;  width: 100%; 
    background-color: #ebebeb;   
    }
  
  /* button hamburger border color */
  .navbar-toggler { border-color: white; 
  }
  /* ANCHOR STYLING */
  /* ************************************************************** */

  a{
   text-decoration: none;
   color: white; 
   font-size: 16px;
   font-weight: 700 !important;  
  }
  /* ************************************************************** */

  /* navbar hover and transition styling */
  /* ============================================================= */

  .nav-link:hover {
  background-color: white !important; /* Fond blanc au survol */
  height: 100%;
  width: 100%;
  color: rgb(0, 0, 0) !important; /* Couleur bleu primaire au survol */
  }

  input::placeholder{
    font-size: 14px;
  }